-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: add test for duplicated frame/test_analytics #21898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1fba88c
to
27a2bb7
Compare
One single test failure in 1/7 jobs is unrelated:
|
can you move the duplicated test into a new file frame/test_duplicates. same for series (you can move unique too as well) |
Codecov Report
@@ Coverage Diff @@
## master #21898 +/- ##
==========================================
+ Coverage 91.91% 91.96% +0.05%
==========================================
Files 164 166 +2
Lines 49992 50323 +331
==========================================
+ Hits 45951 46281 +330
- Misses 4041 4042 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
thanks @h-vetinari |
Preparation for #21645
Added some parametrised tests for
duplicated
.In addition, I reordered the tests slightly. Currently, the tests in
tests/frame/test_analytics.py
test the following functions in order:Since I am (and will be) adding several tests for
duplicated
, I'd like to group them within the code, and moved the two existing tests forduplicated
to the top of that section.